home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / Find.nib / data.classes next >
Text File  |  1993-06-27  |  627b  |  46 lines

  1. FindAgent = {
  2.     ACTIONS = {
  3.     findReturn:;
  4.     changeOption:;
  5.     };
  6.     OUTLETS = {
  7.     replaceButton;
  8.     errorField;
  9.     optionMatrix;
  10.     nextButton;
  11.     scopeRadio;
  12.     replaceFindButton;
  13.     prevButton;
  14.     replaceAllButton;
  15.     findForm;
  16.     };
  17.     SUPERCLASS = UniqueAgent;
  18. };
  19. UniqueAgent = {
  20.     ACTIONS = {
  21.     windowWillClose:;
  22.     };
  23.     SUPERCLASS = NibAgent;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     findPrev:;
  28.     findNext:;
  29.     replaceFind:;
  30.     replaceAll:;
  31.     regExpr:;
  32.     replace:;
  33.     ignoreCase:;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37. NibAgent = {
  38.     ACTIONS = {
  39.     makeKeyAndOrderFront:;
  40.     };
  41.     OUTLETS = {
  42.     mainWindow;
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46.